home *** CD-ROM | disk | FTP | other *** search
/ Aminet 19 / Aminet 19 (1997)(GTI - Schatztruhe)[!][Jun 1997].iso / Aminet / util / moni / sersnoop.readme < prev    next >
Text File  |  1997-05-03  |  3KB  |  123 lines

  1. Short:        Serial device snooper
  2. Author:       Joannis Petroglou 
  3. Uploader:     duesterb@unixserv.rz.fh-hannover.de
  4. Version:      1.1
  5. Type:         util/moni
  6. Keywords:     amiga serial snoop snooper device
  7. Distribution: no restrictions
  8.  
  9.  
  10.  TITLE
  11.  
  12.    sersnoop
  13.   
  14.  
  15.  AUTHOR
  16.    
  17.    Ioannis Petroglou
  18.    
  19.  
  20.  DESCRIPTION
  21.  
  22. This little tool shows all incomming seriell data and print
  23. it to the standard output ( Shell window or use ">" to pipe to a output file).
  24. A incomming byte has this output style: Example: a ASCII "A"
  25. $ 65    01000001    A
  26.   |        |        |
  27.  Hex     Binary          Ascii
  28.  
  29.  
  30. Only real Alphanumeric characters are shown as Ascii, so "$A" will not perform
  31. a linefeed.
  32.  
  33.  
  34. Device parameter settings:
  35. --------------------------
  36. Type "Sersnoop ?" to get a command list overview.
  37. Without setting any parameter, SerSnoop uses default settings.
  38.  
  39.  
  40. Defaultsettings:
  41. -----------------
  42. DEVICE     = serial.device
  43. UNIT     = 0
  44. BAUDRATE = 1200
  45. STOPBITS = 1
  46.  
  47.  
  48. LED on.
  49. SHOWTIME,SPACESTEP and HOLDPORT off.
  50.  
  51.  
  52.  
  53. Possible Parameter:
  54. -------------------
  55. DEVICE    = <name of the device to be observed>
  56. UNIT     = <unit number of the device>
  57. STOPBITS= <number of stopbits>    
  58. BAUDRATE= <Transfer Speed>
  59.  
  60. SHOWTIME    Print out time/date information at every Snoop Activation/Deactivation.
  61. NOLED       Disable the funny display information of the last transmitted byte.
  62. SPACESTEP=  <number of lines wihout printing a space (linefeed)>
  63. HOLDPORT =  Using the PAUSE Button, SnoopSer free the serial.port. This option
  64.             forces SnoopSer to hold the device at PAUSE.
  65. ASYNCMODE=  Force SnoopSer to use the SendIO() methode, this mode ist more system
  66.             friendly ( no polling.. ). But i have sometimes problems with multiface
  67.         cards in this mode... 8-(
  68.  
  69.  
  70. Usage example: Snooping a serial (PC) Mice on a Multifacecard on port 1 with 
  71. Time & LED output and remanent port allocation:
  72.  
  73. SerSnoop DEVICE=duart.device UNIT=1 SHOWTIME HOLDPORT
  74.  
  75.  
  76.  
  77. GUI Controlls:
  78. --------------
  79. PAUSE    -   Deactivate Snooping.
  80. SNOOP   -   Reactivate Snooping.
  81. Use the Closegadget to quit program.
  82.  
  83.  
  84.  
  85.  REQUIREMENTS
  86.  
  87. Workbench 3.0+
  88. 68000+
  89.  
  90.  
  91.  
  92.  
  93.  
  94. Comment:
  95. -------
  96. I create this little tool Sunday the 23.02.07 for Dirk Düsterberg, he
  97. needs a tool to snoop serial input and show the incomming data
  98. (non Ascii characters) in Hex, for his new PIC based Project.
  99.  
  100.  
  101.  
  102. Contact the Autor:
  103. ------------------
  104. E-Mail: petroglo@unixserv.rz.fh-hannover.de
  105.  
  106.  
  107. and don`t forget to visit our WWW Amiga PIC microcontroller Page !
  108.  
  109.  http://linux.rz.fh-hannover.de/~duesterb
  110.  
  111.    
  112.  
  113.  
  114. ============================= Archive contents =============================
  115.  
  116. Original  Packed Ratio    Date     Time    Name
  117. -------- ------- ----- --------- --------  -------------
  118.     2232    1188 46.7% 01-Mar-97 20:14:20  SerSnoop.doc
  119.    24502    5331 78.2% 02-Mar-97 12:27:46  sersnoopscreenshot.iff
  120.    31332   13275 57.6% 01-Mar-97 17:30:46  SerSnoop
  121. -------- ------- ----- --------- --------
  122.    58066   19794 65.9% 02-Mar-97 14:18:16   3 files
  123.